Return Value

Description

The return value is the value that is returned after a user makes a selection from the list control. In this section you can defined what type of return value you want to use.

Name
Description
Return expression

Specify the Javascript expression to compute the value returned when the user selects a row in the List. The value is computed from the data in the List.

Return field

Specify the name of the field in the data that should be returned when the user makes a selection in the list. The field name is case sensitive. IMPORTANT: The data type of the return value is ALWAYS a string.

Return value type

The return value is the value that is returned after a user makes a selection from the list control. The return value type property has three options: Field, PrimaryKey, and Expression.